Skip to content

Conversation

@oza
Copy link
Member

@oza oza commented Nov 11, 2012

Currently, FluentLogger instances are managed by static members and methods in FluentLogger class itself. This make it difficult to delegate the management of the instances from the other JVM languages(e.g. Scala). In this patch, the management of the instances are moved to FluentLoggerFactory to avoid the problem.

Signed-off-by: OZAWA Tsuyoshi ozawa.tsuyoshi@gmail.com

Currently, FluentLogger instances are managed by static members and
methods in FluentLogger class itself.
This make it difficult to delegate the management of the instances
from the other JVM languages(e.g. Scala).
In this patch, the management of the instances are moved to
FluentLoggerFactory to avoid the problem.

Signed-off-by: OZAWA Tsuyoshi <ozawa.tsuyoshi@gmail.com>
@muga muga merged commit 2a99174 into fluent:master Nov 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants